home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / xaxis.hlp < prev    next >
Encoding:
Text File  |  1989-09-04  |  795 b   |  19 lines

  1. XAXIS = varname;        Specify name of file used for X axis
  2.  
  3. The XAXIS control specifies the name of the file used for the X
  4. axis of subsequent plots.  'varname' must be the name of a
  5. previously created data file or 'T'.  All subsequent plots will be
  6. produced with the specified data file determining the values along
  7. the X axis.  The START, BIAS, and DUR controls specify the subset
  8. of the XAXIS data file to be used.
  9.  
  10. Plots versus the implicit loop parameter (normally time) can be
  11. reenabled by entering:
  12.  
  13.     XAXIS = T;
  14.  
  15. Be sure to set appropriate XMAX and XMIN values before the plots are
  16. generated.  Default XMIN and XMAX values, as set in DAN's 'Plot
  17. Controls' form or with control statements in the algorithm, are only
  18. in effect when a variable is used for the X axis.
  19.